ostree-prepare-root.service: Use RemainAfterExit=yes
authorJonathan Lebon <jonathan@jlebon.com>
Thu, 18 Oct 2018 20:40:03 +0000 (16:40 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 19 Oct 2018 15:41:10 +0000 (15:41 +0000)
For the same reasons as #1697. This is especially important in services
that are likely to be used as an `After/Before=` target in other units.
`ostree-prepare-root.service` is one such service.

Closes: #1759
Approved by: cgwalters

src/boot/ostree-prepare-root.service

index 5467bcfd37e15f0f2ef21da67a01a605deb79e66..455afc3efe09b2f0e946954e5cb42bbfb8e20942 100644 (file)
@@ -32,3 +32,4 @@ ExecStart=/usr/lib/ostree/ostree-prepare-root /sysroot
 StandardInput=null
 StandardOutput=syslog
 StandardError=syslog+console
+RemainAfterExit=yes